home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 August / macformat-040.iso / mac / Shareware City / Utilities / The Bridge 1.1a / bridge dox next >
Encoding:
Text File  |  1996-01-05  |  5.6 KB  |  142 lines  |  [TEXT/Edt7]

  1.   The Bridge Dox
  2.   Version 1.1a
  3.  
  4. •What is The Bridge?
  5.  
  6. The Bridge gaps the void between an IBM file and a Macintosh file.  How?
  7. It reads an IBM file's extension and searches The Bridge for the
  8. correct Macintosh file type and creator.  If it is found, then it 
  9. automatically changes the IBM file type and creator to the correct types.
  10. Otherwise, it will ask the user what to change it to.
  11.  
  12. •Of what use is this?
  13.  
  14. Lots of uses for this.  I download many IBM files or files that depend
  15. more on extensions and less on MacBinary.  At times, i wished that i could
  16. either just double-click the file or automatically change several files
  17. to the correct type.  The other two options was to use either Hax or
  18. FileLift--however, FileLift cannot change its pre-set options for
  19. file type and creator (ie i have to type in 'JPEG' and 'JVWR' for each
  20. file) and Hax does not support drop-n-drag (and its menu preferences
  21. are risky to edit).  
  22.  
  23. All i need to do now is drag the files in question over The Bridge and
  24. it will automatically convert the files as i have set.  And editing
  25. the setups are incredibly easy--no more need of ResEdit!
  26.  
  27. And if the extension is not recognizable (or it has no extension), then
  28. the computer will ask what to change it to.  (You can also enter the
  29. program and choose this option, in case the program you wish to edit
  30. has an extension but you want the file type and creator to be different).
  31.  
  32. •What are some features?
  33.  
  34.   Drop and drag
  35.  
  36.   *Open File = opens a file;  checks the file's extension (ie ".txt",
  37.                 ".c", ".gif") and converts if it can find a specification
  38.                 for that extension.  Otherwise, it runs Edit Type/Owner.
  39.  
  40.   *Edit Type/Owner = opens a file, and offers to change its attributes (ie
  41.                      file type, creator, invisible, or locked).  Offers the
  42.                      choices of extensions or other pre-set 
  43.                      file types/creators through pop-up menus.  
  44.  
  45.   *Edit Choices = Allows you to modify the pre-set specifications.  These
  46.                   specifications are stored in the program's resource fork,
  47.                   so if you delete your copy, you also lost your changes.
  48.                   Under each of the choices are the buttons, "Save to xxx",
  49.                   "Add Choice", and "Delete Choice".  "Save to xxx" will
  50.                   store the contents in the file type and creator boxes
  51.                   into the choice selected in the pop-up menu.  For instance,
  52.                   if the current selection in Others is "THINK C Text",
  53.                   and you type "TEXT" and "KAHL" in the file type and
  54.                   creator boxes, and then press "Save to Others", The Bridge
  55.                   will replace the old specifications for "THINK C Text"
  56.                   with "TEXT" and "KAHL".  "Add Choice" will add a new
  57.                   option to the menu above it, and set its file type and
  58.                   creator to "xxxx".  "Delete Choice" will delete the
  59.                   currently selected choice in the pop-up menu above it.
  60.  
  61. •What does it require?
  62.  
  63. I doubt it works on System 6.0...needs Color QuickDraw and at least
  64. 200k of memory (you can try running it on less, but if it locks up,
  65. it's no one elses fault but your own).  Has been tested on a
  66. Macintosh LC][ running on System 7.1, and that's it.
  67.  
  68. •How much does it cost?
  69.  
  70. Once again, this is a program more for me than anything.  I wanted a
  71. suitable replacement for Hax and FileLift, and also wanted a drag-n-drop
  72. program to convert extensions.  However, i can see how others would find
  73. this useful.  So, in the heart of the season (this was written during
  74. xmas), i did not lock any choices or enforce registration.  I simply ask
  75. that you show your gratitude in whatever way you see fit.  (I suggest
  76. $5 for the program, but that's just me...)
  77.  
  78. •What else have you written?
  79.  
  80. The programs worth mentioning are Cloaker (programmer's tool, but has
  81. uses for the everyday) and Alpine (yet another programmer's tool).
  82.  
  83. •Credits
  84.  
  85. This was a quick and dirty program, and I have few to thank.  I do want
  86. to express gratitude to the chat zone's Shmeg for suggesting the name.
  87. (No, gyps, i didn't forget you--she suggested United Nations...)
  88.  
  89. •Version History
  90.  
  91. 1.0a:  initial release.  done 12-23-95
  92. 1.1a:  Fixed a minor bug in editing preferences;  if you added a new
  93.        option anywhere else but on the last option, things went haywire.
  94.        (the only way to fix it was through ResEdit--i'll explain specs
  95.         later).  Now when you add a new option, it will be at the end
  96.         of the pop-up menu.  also added the specs to the documentation
  97.         (below).  done 1-5-96
  98.  
  99. •Where to contact me/send $$
  100.  
  101. Internet:  cats.godot@ionx.com
  102.  
  103. Snail:
  104.  
  105.   grant guenther
  106.   18250 fremont fort dr
  107.   peyton, co  80831
  108.  
  109. •Specs
  110.  
  111. This is where the special info on the file can be found.  If you know
  112. how to run ResEdit, this might be for you.  I constructed this program
  113. to be easy for EVERYONE, even ResEdit hackers.  Each menu option is
  114. stored in a STR# resource.  ID128 stores the extensions to search for,
  115. ID129 is their respective file type and creator, and ID130 is the
  116. file type and creator for the Others option.  For instance, let's say
  117. that .GIF, .JPG, and .GGF are the options in the Extensions menu.
  118. The 128 resource would look like:
  119.  
  120. Number of strings:  3
  121. String 1:  .GIF
  122. String 2:  .JPG
  123. String 3:  .GGF
  124.  
  125. The resource for ID129 would look like:
  126.  
  127. Number of strings:  6
  128. String 1:  GIFf
  129. String 2:  GCon
  130. String 3:  JPEG
  131. String 4:  JVWR
  132. String 5:  GGF 
  133. String 6:  GGFc
  134.  
  135. ID130 is identical to the setup for 129.
  136.  
  137. There!  If, for some ungodly reason or need, you needed to change The
  138. Bridge manually, you have the power to do it!  (I wouldn't suggest
  139. it, tho...)
  140.  
  141.  
  142.